projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ab9f8
)
(copy_keymap_1): Make it static.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 22 Feb 2003 22:18:42 +0000
(22:18 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 22 Feb 2003 22:18:42 +0000
(22:18 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 75de7e9f4a712cc88328e0c917eea7873bd10a85..7362bc81457b38dd94d769b7223deaec8116a895 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-914,7
+914,7
@@
copy_keymap_item (elt)
return res;
}
-void
+
static
void
copy_keymap_1 (chartable, idx, elt)
Lisp_Object chartable, idx, elt;
{